home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global bianco, rosso, content
- set linea to the mouseLine
- if linea > 0 then
- set the text of field "titoletto" to line linea of field "testo"
- set the foreColor of field "testo" to bianco
- set the foreColor of line linea of field "testo" to rosso
- set the foreColor of line linea of field "testo" to bianco
- set the foreColor of line linea of field "testo" to rosso
- set the text of field "contenuto" to item 2 of line linea of content
- end if
- end
-